app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
↳ QTRS
↳ Overlay + Local Confluence
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
APP(app(plus, app(s, x)), y) → APP(app(plus, x), y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(times, app(s, x)), y) → APP(times, x)
SUM → APP(fold, add)
PROD → APP(fold, mul)
APP(app(times, app(s, x)), y) → APP(app(times, x), y)
APP(app(times, app(s, x)), y) → APP(plus, app(app(times, x), y))
APP(app(plus, app(s, x)), y) → APP(plus, x)
PROD → APP(s, 0)
APP(app(times, app(s, x)), y) → APP(app(plus, app(app(times, x), y)), y)
SUM → APP(app(fold, add), 0)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(plus, app(s, x)), y) → APP(s, app(app(plus, x), y))
PROD → APP(app(fold, mul), app(s, 0))
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP(app(plus, app(s, x)), y) → APP(app(plus, x), y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(times, app(s, x)), y) → APP(times, x)
SUM → APP(fold, add)
PROD → APP(fold, mul)
APP(app(times, app(s, x)), y) → APP(app(times, x), y)
APP(app(times, app(s, x)), y) → APP(plus, app(app(times, x), y))
APP(app(plus, app(s, x)), y) → APP(plus, x)
PROD → APP(s, 0)
APP(app(times, app(s, x)), y) → APP(app(plus, app(app(times, x), y)), y)
SUM → APP(app(fold, add), 0)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(plus, app(s, x)), y) → APP(s, app(app(plus, x), y))
PROD → APP(app(fold, mul), app(s, 0))
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QDP
APP(app(plus, app(s, x)), y) → APP(app(plus, x), y)
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ QDP
APP(app(plus, app(s, x)), y) → APP(app(plus, x), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
↳ QDP
APP(app(plus, app(s, x)), y) → APP(app(plus, x), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ QDP
plus1(s(x), y) → plus1(x, y)
fold(x0, x1, nil)
fold(x0, x1, cons(x2, x3))
plus(0, x0)
plus(s(x0), x1)
times(0, x0)
times(s(x0), x1)
fold(x0, x1, nil)
fold(x0, x1, cons(x2, x3))
plus(0, x0)
plus(s(x0), x1)
times(0, x0)
times(s(x0), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ QDPSizeChangeProof
↳ QDP
↳ QDP
plus1(s(x), y) → plus1(x, y)
From the DPs we obtained the following set of size-change graphs:
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
APP(app(times, app(s, x)), y) → APP(app(times, x), y)
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
APP(app(times, app(s, x)), y) → APP(app(times, x), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
APP(app(times, app(s, x)), y) → APP(app(times, x), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
↳ QReductionProof
↳ QDP
times1(s(x), y) → times1(x, y)
fold(x0, x1, nil)
fold(x0, x1, cons(x2, x3))
plus(0, x0)
plus(s(x0), x1)
times(0, x0)
times(s(x0), x1)
fold(x0, x1, nil)
fold(x0, x1, cons(x2, x3))
plus(0, x0)
plus(s(x0), x1)
times(0, x0)
times(s(x0), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ ATransformationProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ QDPSizeChangeProof
↳ QDP
times1(s(x), y) → times1(x, y)
From the DPs we obtained the following set of size-change graphs:
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ UsableRulesProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
sum → app(app(fold, add), 0)
prod → app(app(fold, mul), app(s, 0))
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ UsableRulesProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ Narrowing
↳ UsableRulesProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
APP(app(app(fold, x0), x1), app(app(cons, y2), nil)) → APP(app(x0, y2), x1)
APP(app(app(fold, x0), x1), app(app(cons, y2), app(app(cons, x2), x3))) → APP(app(x0, y2), app(app(x0, x2), app(app(app(fold, x0), x1), x3)))
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ Narrowing
↳ QDP
↳ ForwardInstantiation
↳ UsableRulesProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, x0), x1), app(app(cons, y2), app(app(cons, x2), x3))) → APP(app(x0, y2), app(app(x0, x2), app(app(app(fold, x0), x1), x3)))
APP(app(app(fold, x0), x1), app(app(cons, y2), nil)) → APP(app(x0, y2), x1)
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), y_3)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), y_3))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), app(app(cons, y_3), y_4))), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), nil)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), nil))
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ Narrowing
↳ QDP
↳ ForwardInstantiation
↳ QDP
↳ ForwardInstantiation
↳ UsableRulesProof
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), y_3)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), y_3))
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, x0), x1), app(app(cons, y2), app(app(cons, x2), x3))) → APP(app(x0, y2), app(app(x0, x2), app(app(app(fold, x0), x1), x3)))
APP(app(app(fold, x0), x1), app(app(cons, y2), nil)) → APP(app(x0, y2), x1)
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), nil)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), nil))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), app(app(cons, y_3), y_4))), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), y_4)), y_5))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), y_4)), y_5))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), nil))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), nil))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), nil)), y_4))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), nil)), y_4))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), app(app(cons, y_3), y_4)))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), y_3))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), y_3))
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ Narrowing
↳ QDP
↳ ForwardInstantiation
↳ QDP
↳ ForwardInstantiation
↳ QDP
↳ MNOCProof
↳ UsableRulesProof
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), y_4)), y_5))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), y_4)), y_5))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), nil))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), nil))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), y_3)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), y_3))
APP(app(app(fold, x0), x1), app(app(cons, y2), app(app(cons, x2), x3))) → APP(app(x0, y2), app(app(x0, x2), app(app(app(fold, x0), x1), x3)))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))
APP(app(app(fold, x0), x1), app(app(cons, y2), nil)) → APP(app(x0, y2), x1)
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), nil)), y_4))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), nil)), y_4))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), app(app(cons, y_3), y_4))), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), nil)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), nil))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), y_3))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), y_3))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), app(app(cons, y_3), y_4)))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ Narrowing
↳ QDP
↳ ForwardInstantiation
↳ QDP
↳ ForwardInstantiation
↳ QDP
↳ MNOCProof
↳ QDP
↳ UsableRulesProof
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), y_4)), y_5))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), y_4)), y_5))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), y_3)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), y_3))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), nil))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), nil))
APP(app(app(fold, x0), x1), app(app(cons, y2), app(app(cons, x2), x3))) → APP(app(x0, y2), app(app(x0, x2), app(app(app(fold, x0), x1), x3)))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), app(app(cons, y_4), y_5))), y_6))
APP(app(app(fold, x0), x1), app(app(cons, y2), nil)) → APP(app(x0, y2), x1)
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, x2), app(app(cons, app(app(cons, y_3), nil)), y_4))) → APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_3), nil)), y_4))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), nil)), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), nil))
APP(app(app(fold, app(app(fold, y_0), y_1)), x1), app(app(cons, app(app(cons, y_2), app(app(cons, y_3), y_4))), x3)) → APP(app(app(fold, y_0), y_1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), app(app(cons, y_3), y_4)))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), app(app(cons, y_3), y_4)))
APP(app(app(fold, x0), x1), app(app(cons, x2), app(app(cons, y_2), y_3))) → APP(app(app(fold, x0), x1), app(app(cons, y_2), y_3))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
sum
prod
sum
prod
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ MNOCProof
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)
app(app(app(fold, x0), x1), nil)
app(app(app(fold, x0), x1), app(app(cons, x2), x3))
app(app(plus, 0), x0)
app(app(plus, app(s, x0)), x1)
app(app(times, 0), x0)
app(app(times, app(s, x0)), x1)
↳ QTRS
↳ Overlay + Local Confluence
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ AND
↳ QDP
↳ QDP
↳ QDP
↳ UsableRulesProof
↳ UsableRulesProof
↳ QDP
↳ QReductionProof
↳ QDP
↳ MNOCProof
↳ QDP
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(f, y)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(app(fold, f), x), z)
APP(app(app(fold, f), x), app(app(cons, y), z)) → APP(app(f, y), app(app(app(fold, f), x), z))
app(app(app(fold, f), x), nil) → x
app(app(app(fold, f), x), app(app(cons, y), z)) → app(app(f, y), app(app(app(fold, f), x), z))
app(app(plus, 0), y) → y
app(app(plus, app(s, x)), y) → app(s, app(app(plus, x), y))
app(app(times, 0), y) → 0
app(app(times, app(s, x)), y) → app(app(plus, app(app(times, x), y)), y)